net/http.http2http2Config.SendPingTimeout (field)
8 uses
net/http (current package)
h2_bundle.go#L1057: SendPingTimeout time.Duration
h2_bundle.go#L1074: SendPingTimeout: h2.ReadIdleTimeout,
h2_bundle.go#L1093: SendPingTimeout: h2.ReadIdleTimeout,
h2_bundle.go#L1176: conf.SendPingTimeout = h2.SendPingTimeout
h2_bundle.go#L4953: if conf.SendPingTimeout > 0 {
h2_bundle.go#L4954: sc.readIdleTimeout = conf.SendPingTimeout
h2_bundle.go#L4955: sc.readIdleTimer = time.AfterFunc(conf.SendPingTimeout, sc.onReadIdleTimer)
h2_bundle.go#L8099: readIdleTimeout: conf.SendPingTimeout,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |